Fix bug #17823 with vertical-motion in lines with line-prefix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 Jun 2014 12:30:02 +0000 (15:30 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 Jun 2014 12:30:02 +0000 (15:30 +0300)
commitc8b05afa7a219eb4eaa202de7be716cc8a160336
tree43b35ca00e0f1de7a8ce9eead2913e1acbe9b3f6
parent928a3de5f95fa4f6fd5337e1491044dd4bc573ae
Fix bug #17823 with vertical-motion in lines with line-prefix.

 src/indent.c (Fvertical_motion): Move to the goal column, if any,
 with a single call to move_it_in_display_line, not in two calls.
 Doing this with two calls causes move_it_in_display_line apply the
 line-prefix handling twice instead of just once.
src/ChangeLog
src/indent.c